home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / AEBY / SMAIL-AL / !boot next >
Text File  |  1995-05-29  |  1KB  |  37 lines

  1. set alias$runsmailslot wimpslot -min %%0 -max %%0 |M %%*1
  2.  
  3. |accept smtp commands from the standard input
  4. set alias$smtpd runsmailslot 1024k smail -bs %%*0
  5.  
  6. |run through the queued messages and try to deliver them
  7. set alias$runq wimptask runsmailslot 1024k smail -q  -oWrunq %%*0
  8.  
  9. |run in batchsmtp mode
  10. set alias$rsmtp runsmailslot 1024k smail -bS %%*0
  11.  
  12. |print the mail queue
  13. set alias$mailq runsmailslot 320k smail -bp %%*0
  14.  
  15. |in_smtpd is called by the main daemon - don't run it manually
  16. |Note that it does merely queue incoming messages (this is faster and
  17. |they can be delivered later by running runq
  18. set alias$in_smtpd wimptask runsmailslot 448k smail -Q -oWin.smtpd -bd -s %%0
  19.  
  20. |uucp rmail
  21. set alias$rmail smail -oi %%*0
  22.  
  23. | the default user's user ID (see passwd file)
  24. set UUCP_uid 1
  25.  
  26. | where will we find /etc (/etc/passwd)
  27. set UucpFS$/etc /<Obey$Dir>/etc
  28.  
  29. | where will we find the root directory
  30. set UucpFS$/ /adfs::4.$
  31.  
  32. | where will we find /usr
  33. set UucpFS$/usr /adfs::4.$/usr
  34.  
  35. | the bin directory (used to locate /bin/smail)
  36. set UucpFS$/bin /<Obey$Dir>/bin
  37.